You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source_folder="/Users/min/Documents/NEAR_Stuff/keypom-js/packages/one-click-connect" # Replace with the name of the folder to copy
destination_folder="one-click-connect" # Replace with the name of the folder to delete
destination_directory="/Users/min/Documents/NEAR_Stuff/guest-book-examples/frontend/node_modules/@keypom" # Replace with the path to the directory containing the folder to delete
# Step 1: Copy the folder in the current directory
cp -r "$source_folder" /tmp/copied_folder
# Step 2: Delete the folder from a different directory