Codebase list oscanner / 77c37d3
New helper-script format Ben Wilson 2 years ago
1 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 #!/bin/bash
1 cd /usr/share/oscanner/ && ./oscanner.sh "$@"
0 #!/usr/bin/env sh
1
2 set -e
3
4 cd /usr/share/oscanner/
5 exec ./oscanner.sh "$@"