Parcourir la source

Also push the *.h files..

Janco Kock il y a 9 ans
Parent
commit
d5fc616273
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      make.sh

+ 1 - 1
make.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 echo "Uploading to the server.."
 command="curl http://imegumii.space:12001/upradio.php -w '\n'  --progress-bar  ";
-for i in *.c; do
+for i in *.c *.h; do
    command="$command -F \"file[]=@$i\"";
 done