mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-02 19:22:35 +00:00
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
cd "$1"
|
|
|
|
curl -L -o syscall-names.text 'https://raw.githubusercontent.com/hrw/syscalls-table/master/syscall-names.text'
|