4 lines
135 B
Bash
Executable file
4 lines
135 B
Bash
Executable file
#!/bin/bash
|
|
rm older-tomato-theme-1.0.1.gem
|
|
gem build older-tomato-theme.gemspec
|
|
sudo gem install --local older-tomato-theme-1.0.1.gem
|