uucp/update.sh

13 lines
166 B
Bash
Executable File

#!/bin/bash
echo "Updating Git"
cd $HOME/uucp
git pull
echo "Updating SSH"
cp ~/uucp/ssh/authorized_keys ~/.ssh/authorized_keys
chmod 644 ~/.ssh/authorized_keys