Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- home_dir=/home/$(whoami)
- home_bin=$home_dir/bin
- read program_Cmd < <( ./pastebin -c ./pastebin.conf )
- cd $home_bin;
- $program_Cmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement