1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +00:00
This commit is contained in:
RGBCube 2023-12-13 13:30:06 +03:00
parent 0b0f4c661c
commit aa40d41eb6
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ $env.ENV_CONVERSIONS.PATH = {
}
}
def mc [path: directory] {
def --env mc [path: path] {
mkdir $path
cd $path
}