mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
add mising plugin templates
This commit is contained in:
parent
a8352aa8de
commit
feb5f72067
BIN
plugins/c9.ide.plugins/templates/plugin.bundle.tar.gz
Normal file
BIN
plugins/c9.ide.plugins/templates/plugin.bundle.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
plugins/c9.ide.plugins/templates/plugin.installer.tar.gz
Normal file
BIN
plugins/c9.ide.plugins/templates/plugin.installer.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
8
plugins/c9.ide.plugins/templates/update.sh
Normal file
8
plugins/c9.ide.plugins/templates/update.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in * ; do
|
||||
if [ -d "$i" ]; then
|
||||
echo $i "-------------";
|
||||
tar -zcvf "$i".tar.gz -- "$i" ;
|
||||
fi
|
||||
done
|
||||
Loading…
x
Reference in New Issue
Block a user