在脚本的父文件夹中运行terminal/script/shell命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在脚本的父文件夹中运行terminal/script/shell命令相关的知识,希望对你有一定的参考价值。

  1. set dash_ to (ASCII character 45)
  2. set d to text item delimiters
  3. set text item delimiters to "/"
  4. set f to (POSIX path of (path to me))'s text 1 thru text item -3 & "/"
  5. set text item delimiters to d
  6. do shell script ("cd /" & quoted form of f & "; sass " & dash_ & dash_ & "watch style.scss:style.css")

以上是关于在脚本的父文件夹中运行terminal/script/shell命令的主要内容,如果未能解决你的问题,请参考以下文章

获取正在运行的脚本的父目录

如何将值从子脚本传递给同时运行的父脚本?

如何从bat脚本变量中的父文件夹中删除子文件夹和文件?

export

CSharpCodeProvider 编译器无法识别脚本中的父类

获取shell脚本目录的父目录[重复]