Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
1 contributor

Users who have contributed to this file

10 lines (6 sloc) 262 Bytes
// Copyright 2019 Graham Clark. All rights reserved. Use of this source
// code is governed by the MIT license that can be found in the LICENSE
// file.
// +build !darwin,!android,!windows
package termshark
var CopyToClipboard = []string{"xsel", "-i", "-b"}
You can’t perform that action at this time.