소스 검색

Also push the *.h files..

Janco Kock 9 년 전
부모
커밋
d5fc616273
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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