Advertisement
v1ral_ITS

pbin

Feb 10th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/bash
  2. home_dir=/home/$(whoami)
  3. home_bin=$home_dir/bin
  4. read program_Cmd < <( ./pastebin -c ./pastebin.conf )
  5.  
  6. cd $home_bin;
  7. $program_Cmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement