diff options
Diffstat (limited to 'update/create_music.sh')
-rwxr-xr-x | update/create_music.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update/create_music.sh b/update/create_music.sh index db82b2f..63e969e 100755 --- a/update/create_music.sh +++ b/update/create_music.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2011-2012 Evol Online # Author: Andrei Karas (4144) @@ -27,4 +27,4 @@ cat xml_footer.txt >>resources.xml cp music.zip ../upload/ cp resources.xml ../upload/ -cp ../news.txt ../upload/
\ No newline at end of file +cp ../news.txt ../upload/ |