5 lines
89 B
Bash
Executable File
5 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
if [ -e bin/update_dependencies.sh ]; then
|
|
bin/update_dependencies.sh
|
|
fi
|