Skip to content

Commit bd96ee4

Browse files
author
smgfreeman
committed
add credentials on the command line
1 parent c70825c commit bd96ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload_files.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
VERSION=${1}${2}
44
echo "Version: $VERSION"
5-
CREDENTIALS="-u username -w password"
5+
CREDENTIALS="-u ${3} -w ${4}"
66
echo "Credentials: ${CREDENTIALS}"
77

88
# Hmmm. multiple labels don't seem to work properly.

0 commit comments

Comments
 (0)