mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +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")"
|