mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 02:22:58 +03:00
9 lines
297 B
JavaScript
9 lines
297 B
JavaScript
async function main(args) {
|
||
if (!hasFile(args[1])) {
|
||
writeStdout(`нет такой папки бро\n`)
|
||
return 1
|
||
}
|
||
cwd = simplifyPath(args[1])
|
||
writeStdout(`бро переместил тебя в ${args[1]} без б ваще обращайся\n`)
|
||
return 0
|
||
} |