mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
tools: syscall tables moved to a subdirectory
This commit is contained in:
@@ -4,8 +4,8 @@ set -eu
|
|||||||
|
|
||||||
cd "${1:?}" && shift
|
cd "${1:?}" && shift
|
||||||
|
|
||||||
curl --fail -L -o syscall-list.txt 'https://raw.githubusercontent.com/hrw/syscalls-table/master/syscall-names.text'
|
curl --fail -L -o syscall-list.txt 'https://raw.githubusercontent.com/hrw/syscalls-table/master/data/syscall-names.text'
|
||||||
|
|
||||||
for arch in "$@"; do
|
for arch in "$@"; do
|
||||||
curl --fail -L -o "syscalls-$arch.txt" "https://raw.githubusercontent.com/hrw/syscalls-table/master/tables/syscalls-$arch"
|
curl --fail -L -o "syscalls-$arch.txt" "https://raw.githubusercontent.com/hrw/syscalls-table/master/data/tables/syscalls-$arch"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user