KiK0S

mk script

Feb 12th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. cp ~/dev/template.cpp ./$1.cpp
  3. touch $1.in
  4. touch $1.out
  5. subl $1.in
  6. subl $1.out
  7. subl $1.cpp
  8. sed -i -e s\/\".in\"\/\"$1.in\"\/ $1.cpp
  9. sed -i -e s\/\".out\"\/\"$1.out\"\/ $1.cpp
Add Comment
Please, Sign In to add comment