6 lines
166 B
Bash
Executable File
6 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
ENV_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
# Run update for all systems
|
|
$ENV_DIR/script/foreachSystem/runScript update
|