compile cmd_typist on user machine to avoid segmentation errors

master
Chiatiah Calson Noah 6 years ago
parent fdca7465cb
commit 3b4fa01b21

@ -1,5 +1,6 @@
#!/bin/bash
#install cmdtypist
gcc ../cmd_typist.c -o ../cmd_typist &&
sudo cp ../cmdtypist /usr/bin/cmdtypist &&
mkdir $HOME/cmdtypist &&
cp -r ../ $HOME/cmdtypist/ &&

Loading…
Cancel
Save