mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
7 lines
139 B
Bash
7 lines
139 B
Bash
|
#!/bin/sh
|
||
|
set -eu
|
||
|
|
||
|
cd "$1"
|
||
|
|
||
|
curl -L -o syscall-names.text 'https://raw.githubusercontent.com/hrw/syscalls-table/master/syscall-names.text'
|