Sha256: 5f984865b92196c8339d8458af65cbe0d3c39c2491fa0586c8ff8ea04087a58c
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
#!/usr/bin/bash IFS=$'\n' files=('./README.md' './bin/*' './default_settings.yml' './adventure_rl.gemspec' './Gemfile' './vimrc' './Rakefile' './.gitignore') files_find=($( find . -iname '*.rb' )) vim +'source ./vimrc' ${files[@]} ${files_find[@]}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adventure_rl-0.0.2 | bin/vimall |
adventure_rl-0.0.1.pre.ld42 | bin/vimall |