Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 422 Bytes

File metadata and controls

12 lines (9 loc) · 422 Bytes

Submit Directory Remove Script

Tired of typing out the full path to your submit directory to remove something? Add this handy script to your list of tools.

Usage

rmsubmit <class-number> <filename-to-remove>

Using the script anywhere

  1. Make a scripts directory in your home directory
  2. Add export set PATH=$PATH:$HOME/scripts/rmsubmit to your .bashrc
  3. Now you can use this script from anywhere you want!