oh-my-git/scripts/take

6 lines
80 B
Text
Raw Normal View History

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