mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +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")"
|