functions.sh/com/getFile.sh

10 lines
168 B
Bash
Executable File

#!/bin/bash
# @author:'@jakimfett'
# @license;'cc-by-sa'
#
# Gets a file and (optionally) verifies it against a hash.
# sort the inputs
INSTRING=$@
echo "${INSTRING}"