Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.57 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.57 KB

Bytebase to Stashpad

Use these bytebase-to-stashpad scripts to migrate Bytebase to Stashpad. This will copy over your Bytebase data to the Stashpad app directory.

Requirements

  • Install Stashpad at stashpad.com

MacOS

Run this command to autmatically execute the script

sh -c "$(curl -sSL https://scripts.stashpad.com/macos_bb2sp.sh)"

To manually run the script run the following steps

  1. Download the script by right clicking this link and selecting "Save Link As..."
  2. Save the script as "macos_bb2sp.sh"
  3. Open a command prompt to the location you downloaded the script
  4. Make the script executable: chmod +x ./macos_bb2sp.sh
  5. Execute the script: ./macos_bb2sp.sh

Windows

Run the following steps

  1. Download the script by right clicking this link and selecting "Save Link As..."
  2. Save the script as "windows_bb2sp.ps1"
  3. Open a command prompt to the location you downloaded the script
  4. Execute the script: ./windows_bb2sp.ps1

Linux

Run this command to automatically execute the script

sh -c "$(curl -sSL https://scripts.stashpad.com/linux_bb2sp.sh)"

To manually run the script run the following steps

  1. Download the script by right clicking this link and selecting "Save Link As..."
  2. Save the script as "linux_bb2sp.sh"
  3. Open a command prompt to the location you downloaded the script
  4. Make the script executable: chmod +x ./linux_bb2sp.sh
  5. Execute the script: ./linux_bb2sp.sh