25 lines
167 B
Bash
Executable File
25 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
cd bash
|
|
./bash.sh
|
|
cd ..
|
|
|
|
cd git
|
|
./git.sh
|
|
cd ..
|
|
|
|
cd ssh
|
|
./ssh.sh
|
|
cd ..
|
|
|
|
cd vim
|
|
./vim.sh
|
|
cd ..
|
|
|
|
cd gnome
|
|
./gnome.sh
|
|
cd ..
|
|
|
|
cd home-chmod
|
|
./home-chmod.sh
|
|
cd ..
|