📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: project.rake
task "create:project" => ["lib", "test", "Rakefile"] directory "lib" directory "test" file "Rakefile" do File.open("Rakefile", "w") do |out| out.puts %{# -*- ruby -*- require 'rake/clean' require 'rake/testtask' task :default => :test Rake::TestTask.new do |t| t.verbose = false t.test_files = FileList['test/test_*.rb'] end } end end
Save