Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 393 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 393 Bytes

groovy-scripts

put Groovy Scripts in path under Ubuntu (Elementary OS)
  • scripts written in groovy
  • made the startable by calling their name in terminal
  • put them under ~/projects/scripts
  • created a symbolic link ~/bin that points to scripts folder
  • made executable by chmod +x fileXY.sh
  • /bin is in the default path for user according to standard installation (see ~.profile)