forked from griffen/PictureSlider
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lagt til litt oppdaterings script, endret semantic ++
- Loading branch information
Gunhild Griff With
committed
Apr 24, 2013
1 parent
8d5460a
commit 295d4c1
Showing
8 changed files
with
40 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
echo "##################" | ||
echo "# Delete old H5P #" | ||
echo "##################" | ||
cd ~/dev/picture_slider/ | ||
rm picture_slider.h5p | ||
zip -r picture_slider.h5p * | ||
zip -x *.sh .git TODO -r picture_slider.h5p * | ||
echo "################################" | ||
echo "# New Picture Slider is ready! #" | ||
echo "################################" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cd ~/dev/picture_slider/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
cd /var/www/drupal6/sites/default/files/h5p/libraries/1 | ||
sudo rm -r 1 | ||
sudo ln -s ~/dev/picture_slider/H5P.PictureSlider 1 | ||
cd ~/dev/picture_slider/ |