dotfiles/auto/auto.sh

25 lines
167 B
Bash
Raw Normal View History

2022-10-22 07:19:35 +00:00
#!/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 ..