5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/bash
|
|
|
|
echo "Dummy updater -- run with opts: $*"
|
|
exit 0
|
#!/bin/bash
|
|
|
|
echo "Dummy updater -- run with opts: $*"
|
|
exit 0
|