Moving user scripts to bin/ dir.

This commit is contained in:
Martin Dvorak 2014-01-09 22:15:11 +01:00
parent 9428399e1c
commit 327b1a7e5d

6
bin/ppa-add.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
sudo add-apt-repository ppa:ultradvorka/ppa
sudo apt-get update
# eof