mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 02:22:58 +03:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
async function main(args) {
|
|
writeStdout(args.slice(1).join(" ")+"\n")
|
|
return 0
|
|
} |