oh-my-git/scripts/take

5 lines
80 B
Bash
Executable file

#!/usr/bin/env bash
echo "Taking $1!"
mkdir -p ~/inventory
mv "$1" ~/inventory