根据启动Bash Shell的方式不同,对Shell有两种分类方式
根据Shell的启动方式不同,可以将Shell分为
[ | |
{ "keys": ["ctrl+shift+x"], "command": "tidy_xml" }, | |
{ "keys": ["ctrl+shift+j"], "command": "prettify_json" } | |
] |
#!/usr/bin/env ruby | |
require 'fileutils' | |
if ARGV.length != 2 | |
puts "Usages: #{$0} <moin pages directory> <gitit wikidata directory>" | |
exit 1 | |
end | |
from_dir = File.expand_path ARGV[0] |