#!/bin/bash if [[ -z "$1" ]]; then echo You must supply a description as the parameter to this script. exit 0 fi cd /home/rustyjackson/public/russell_jackson p4 edit sdp.tgz rm sdp.tgz tar cvzf sdp.tgz sdp p4 submit -d "$1"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 29393 | Russell C. Jackson (Rusty) | Disabled delusers.py since Perforce doesn't update access times on the commit server. | ||
#1 | 29391 | Russell C. Jackson (Rusty) | Files that need to be added. |