mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 20:43:12 -04:00
3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/sh
|
|
exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"
|