Skip to content

Commit

Permalink
Merge pull request #202 from thshdw/v1.2.8-fixes
Browse files Browse the repository at this point in the history
Comment out Testing block
  • Loading branch information
Matt Turner committed Oct 18, 2016
2 parents 31800a0 + 67f3216 commit 7abbde5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified Shuttle/apple-scpt/terminal-new-tab-default.scpt
Binary file not shown.
12 changes: 6 additions & 6 deletions apple-scripts/terminal/terminal-new-tab-default.applescript
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--for testing uncomment the "on run" block
on run
set argsCmd to "ps aux | grep [s]sh"
set argsTheme to "Homebrew"
set argsTitle to "Custom title"
scriptRun(argsCmd, argsTheme, argsTitle)
end run
--on run
-- set argsCmd to "ps aux | grep [s]sh"
-- set argsTheme to "Homebrew"
-- set argsTitle to "Custom title"
-- scriptRun(argsCmd, argsTheme, argsTitle)
--end run

on scriptRun(argsCmd, argsTheme, argsTitle)
set withCmd to (argsCmd)
Expand Down

0 comments on commit 7abbde5

Please sign in to comment.