mirror of
https://github.com/mkschreder/juci.git
synced 2025-01-09 04:19:29 +08:00
juci: update copyright on scripts and fix wrong header hashbang
This commit is contained in:
parent
4f6c517192
commit
6cab82e188
@ -1,5 +1,5 @@
|
||||
# Copyright 2016 Martin Schröder <mkschreder.uk@gmail.com>
|
||||
#!/bin/bash
|
||||
# Copyright 2016 Martin Schröder <mkschreder.uk@gmail.com>
|
||||
|
||||
if [ "$1" = "" ]; then
|
||||
echo "Usage: extract-strings <file>"
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Copyright (c) 2016 Martin Schröder <mkschreder.uk@gmail.com>
|
||||
|
||||
for dir in `find plugins/ -mindepth 1 -maxdepth 1 -type d | sort`; do
|
||||
echo "LISTING $dir"
|
||||
|
Loading…
Reference in New Issue
Block a user