13 lines
148 B
Bash
Executable File
13 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# https://github.com/To-da/gdub
|
|
|
|
set -x
|
|
set -e
|
|
|
|
cd $HOME/src/other
|
|
git clone https://github.com/To-da/gdub.git
|
|
cd gdub
|
|
sudo ./install
|
|
|