Add scripts

This commit is contained in:
Krrish Ghimire
2020-09-26 11:22:21 +05:45
parent 0e0b1515b3
commit 33707b7244
5 changed files with 124 additions and 0 deletions

5
jclass Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
curr_dir="$(pwd)"
cd $1 && touch "${2}".java && cd $curr_dir