mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
exec yarn tsx common/scripts/ofac/runOfacAutoUpdate.ts "$@"
|