mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)
|
|
exec "$SCRIPT_DIR"/update.hs "$(realpath "$0")" "$1"
|