diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-24 09:35:22 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-19 17:31:55 +0200 |
commit | c8e879595400e3485b5a075797290a1061c0b04f (patch) | |
tree | c690284dd1ae22cb52b9be1f355881685e4c5f7d /examples/hotplug-cmd | |
parent | 89c6331673054d530b30b8e9e8bdf331639dfcd5 (diff) |
scripts: reorganize directory layout
move example scripts from dummy/ to examples/
keep scripts that can be used as-is in scripts/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'examples/hotplug-cmd')
-rwxr-xr-x | examples/hotplug-cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hotplug-cmd b/examples/hotplug-cmd new file mode 100755 index 0000000..2488a77 --- /dev/null +++ b/examples/hotplug-cmd @@ -0,0 +1 @@ +echo "Action: $ACTION, Interface: $INTERFACE" |