projects
/
fusionforge
/
fusionforge.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add pointer to the other more up-to-date script
[fusionforge/fusionforge.git]
/
tools
/
createplugin.sh
diff --git
a/tools/createplugin.sh
b/tools/createplugin.sh
index 91657054a18f99dddcab1c9baf4e78e6b8db0399..ff797484b579b32a5d8492f8318065cadef2ab18 100755
(executable)
--- a/
tools/createplugin.sh
+++ b/
tools/createplugin.sh
@@
-1,5
+1,9
@@
#!/bin/sh
+# TODO : missing copyright
+
+# You should instead probably use ../plugins/templates/createplugin.sh that is more up-to-date
+
usage() {
echo Usage: $0 PluginName
}