The new foler includes a README file (please, update it when adding new scripts), common scripts (base64.sh and rest-common-env.sh), two scripts (post-criterions-types.sh and get-criterion-types.sh) for importing/exporting criterion types, and a sample file (criterion-types-sample.xml) with criterion types to be imported.
4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/usr/bin/ruby
|
|
|
|
require 'base64'
|
|
puts Base64.encode64("#{ARGV[0]}");
|