File size: 93 Bytes
172da8c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash -l
set -e
if [ "$#" -eq 0 ]; then
  exec ai_dashboard --help
else
  exec "$@"
fi