mirror of
https://github.com/github/codeql.git
synced 2026-01-08 20:20:34 +01:00
6 lines
94 B
Ruby
Executable File
6 lines
94 B
Ruby
Executable File
#!/bin/bash
|
|
|
|
# This is a bash script
|
|
export FOO="$(whereis ls)"
|
|
exec "$FOO" "$(dirname "$0")"
|